grails shell
grails [environment]* shell
ctx
- Spring ApplicationContext(Spring应用上下文)实例grailsApplication
- GrailsApplication(Grails应用)实例StatusFinal
- 当shell已被加载Groovy Shell (1.1-rc-1, JVM: 1.5.0_07-87)
Type 'go' to execute statements; Type 'help' for more information.
groovy> Book.list()
groovy> go